Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / Delay Property

In This Topic
    Delay Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the delay that occurs between the key strokes and the auto-complete.
    Syntax
    'Declaration
     
    
    Public Property Delay As TimeSpan
    public TimeSpan Delay {get; set;}
    See Also